home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / pcl / sptmbr16.lha / pclload.lisp < prev    next >
Text File  |  1992-03-18  |  204b  |  11 lines

  1. (in-package "PCL")
  2. (import 'kernel:funcallable-instance-p)
  3. (load "pcl:defsys")
  4. (load-pcl)
  5.  
  6. ;; hack, hack...
  7. #+nil
  8. (ignore-errors
  9.  (with-output-to-string (*standard-output*)
  10.    (describe #'print-object)))
  11.